Closed
Conversation
|
| Name | Type |
|---|---|
| @celo/celocli | Major |
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #653 +/- ##
==========================================
- Coverage 76.32% 68.86% -7.46%
==========================================
Files 278 152 -126
Lines 11243 7028 -4215
Branches 1733 1143 -590
==========================================
- Hits 8581 4840 -3741
+ Misses 2527 2097 -430
+ Partials 135 91 -44
🚀 New features to boost your workflow:
|
Contributor
size-limit report 📦
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
set default node version for test runs to 22
Other changes
make it so the ci tests can easily be run with other node versions
Tested
naturally
How to QA
n/a
Related issues
PR-Codex overview
This PR focuses on refactoring the codebase to improve the handling of client objects, specifically transitioning to a unified
Clientstype. It also updates various configurations and dependencies, enhances test scripts, and modifies command parameters for better clarity and functionality.Detailed summary
node-versionfrom20to22in workflow files.Clientstype instead of separatePublicClientandWalletClient.vote,getEpochManagerContract, and others to acceptClients.useAKVflag documentation updated for clarity.votefunction for better feedback.